Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/nav2 local costmap #73

Merged
merged 3 commits into from
Nov 1, 2023
Merged

Fix/nav2 local costmap #73

merged 3 commits into from
Nov 1, 2023

Conversation

shunki1006
Copy link
Contributor

@shunki1006 shunki1006 commented Nov 1, 2023

PR Type

  • Feature
  • Bug fix
  • Refactor
  • Documentation
  • Other

Overview

  • 速度上昇に伴う, 動的障害物の回避方法の調整.

Detail

  • 速度上昇により障害物に早く近づいてしまい避けれない問題があったため調整しました.
  1. コストマップをより頻繁に更新することで動的障害物に対する反応性の向上を図りました.

  2. inflation_radiusを大きくし, cost_scaling_factorを調整することで, 動的障害物に近づきすぎないようにしました.

  3. ロボットのfootprintを実際のサイズより大きく見積もることで衝突防止を図りました.

  4. コストマップのclearingに関するパラメータを追加し, コストマップをより迅速にclearingするようにしました.
    clearing_radius;センサが障害物を検出しなかった場所をクリアする際の半径.
    raytrace_range;センサのデータを使用して障害物をクリアする範囲.

Test

  • 中庭で動的障害物(人)に複数パターンの妨害をしてもらいましたが, 完走できました.

Attention

  • つくばでやってみて問題があったら, 最悪戻すことも考えています.

@shunki1006 shunki1006 added the enhancement New feature or request label Nov 1, 2023
@shunki1006 shunki1006 self-assigned this Nov 1, 2023
@shunki1006 shunki1006 requested a review from Alpaca-zip November 1, 2023 12:19
@Alpaca-zip Alpaca-zip merged commit 4f8a274 into main Nov 1, 2023
1 check passed
@Alpaca-zip Alpaca-zip deleted the fix/nav2_local_costmap branch November 1, 2023 12:21
This was referenced Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants